Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / VcEnum<T> Class
Members

In This Topic
    VcEnum<T> Class
    In This Topic
    Object Model
    VcEnum<T> Class
    Syntax
    'Declaration
     
    Public Class VcEnum(Of T As {New, Struct}) 
       Inherits ValueConverter
    public class VcEnum<T> : ValueConverter 
    where T: new(), struct
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
          C1.Win.C1Themes.VcEnum<T>

    See Also